Welcome![Sign In][Sign Up]
Location:
Search - remote control client

Search list

[Remote ControlTroyer-client

Description: 一个C#编写的特洛伊远程控制客户端,直接运行就可以-prepared by the Troy remote control client, it can direct operation
Platform: | Size: 19277 | Author: bjsheng | Hits:

[TCP/IP stackwindows-Client

Description: windows下远程控制客户端软件,从codeproject网站下载-windows under remote control client software, downloaded from the website codeproject
Platform: | Size: 80585 | Author: luoyq | Hits:

[Remote Controlremote mangaer

Description: 这个Java客户端演示了如何简单地创建一个远程控制客户端,服务器,用于由安装有X10-wish驱动器的Linux服务器控制的X10自动化房间.gz-the Java client demonstrated how easy it is to create a remote control client, server, used by the installation of X10-wish Drivers Linux server X10 automation control rooms. Gz
Platform: | Size: 653257 | Author: 邓耀 | Hits:

[Remote ControlTOUKUI-1.5

Description: 本人开发一个远程控制软件,有如下功能: 1.可以偷窥到对方的桌面内容,按设置的时间进行刷新. 2.可以用鼠标控制对方的电脑,包括所有的鼠标操作. 3.可以使用键盘控制对方的电脑,几乎可用所有的按键. 4.在客户端可以建立多个窗口,对多台电脑进行监视控制. 5.可以运行一条命令,例如打开一个记事本. 6.可以锁定/解锁对方的电脑. 7.可以让对方电脑(强行)注销/重启/关机. 8.可以传送/删除/移动对方的电脑上的文件. 9.在必要时还可以关掉服务程序. 10.增加了自动发信的功能,在连接Internet后会发送电脑IP地址. 11.可以保存配置. 12.可以对传送的图像进行压缩,压缩算法有LZW(推荐)、LZ77、LZSS等. 13.可以指定获得桌面的颜色数目,有单色、16色、256色和真彩,以保证在可以桌面图像更新的速度要求. -I am developing a remote control software, has the following features: 1. Can be peeping into the contents of each other s desktop. 2. Can use the mouse to control the other computer. 3. You can use the keyboard to control the other computer. 4. The client can create more window. 5. can run a command. 6. can lock/unlock each other s computer. 7. will allow the other computer (forced) write-off/restart/shutdown. 8. can send/delete/move each other s computer documents. 9. where necessary, can also turn off the service program. 10. an increase of automatic letter functions. 11. configuration can be saved. 12. can send the image compression
Platform: | Size: 152576 | Author: | Hits:

[Remote Controlremotecontrolserver

Description: /*****远程控制服务器端源代码 本代码的作用和他的那段代码有些类似之处。 不过主要作用是接受并执行客户端的指令 实现起来比他的繁琐一些。 实现功能如下: 从配置文件中读取配置端口和用户名和密码 限制登录ip和登录连接数 可选择采用SSL通讯或者明文通信 接受客户端之类指令。 执行系统命令或者传送文件。-/***** remote control server source code of the role and his code during some similarities. However, the main role is to accept and implement the client's instructions to achieve together than some of the red tape. To achieve the following functions : configuration file read-port configuration and user names and passwords and restrict logged ip logged connections choice of SSL communication expressly or client communications accept such orders. Order Execution System, or the transmission of documents.
Platform: | Size: 7168 | Author: 李欣 | Hits:

[Remote Controlremote mangaer

Description: 这个Java客户端演示了如何简单地创建一个远程控制客户端,服务器,用于由安装有X10-wish驱动器的Linux服务器控制的X10自动化房间.gz-the Java client demonstrated how easy it is to create a remote control client, server, used by the installation of X10-wish Drivers Linux server X10 automation control rooms. Gz
Platform: | Size: 653312 | Author: 邓耀 | Hits:

[Remote ControlRemoteControl_Server

Description: 一个不错的远程控制程序(服务器端)。操作简单。只要启动服务器端。然后再启动客户端与服务器端建立连接。客户端程序就可以控制服务器端的机器了。-a good remote control program (server side). Simple operation. Once it is activated server. Before launching the client and server to connect. The client can control the server side of the machine.
Platform: | Size: 140288 | Author: 詹克华 | Hits:

[JSP/JavaNetwaker

Description: 远程开机,通过远程控制客户端,可以进行开机运行,具体看代码验证!-remote boot, through remote control client, can boot operation to see specific code validation!
Platform: | Size: 525312 | Author: 叶枫 | Hits:

[CommunicationRemoteControlClient

Description: 一个经过修改的远程屏幕控制软件,客户端部分。附原程序代码。-a revised screen remote control software, the client part. With the original code.
Platform: | Size: 94208 | Author: ma liang | Hits:

[Remote ControlTroyer-client

Description: 一个C#编写的特洛伊远程控制客户端,直接运行就可以-prepared by the Troy remote control client, it can direct operation
Platform: | Size: 48128 | Author: bjsheng | Hits:

[Internet-Networkvc_remote_control

Description: VC编写远程控制程序 由客户端和控制端组成-VC remote control procedures prepared by the client and control-components
Platform: | Size: 83968 | Author: acc | Hits:

[TCP/IP stackwindows-Client

Description: windows下远程控制客户端软件,从codeproject网站下载-windows under remote control client software, downloaded from the website codeproject
Platform: | Size: 79872 | Author: luoyq | Hits:

[Internet-NetworkSocket_Remote_Controller

Description: 利用Socket进行远程控制,可以在客户端显示服务器端的进程信息等。-Use Socket for remote control, you can display on the client server-side process information.
Platform: | Size: 364544 | Author: 王丹 | Hits:

[Internet-NetworkCS_RemoteControl

Description: server remote control所需模块如下: 网络模块:负责监听客户端连接,接受处理发来的命令(鼠标,键盘,网络消息等),在本级处理这些消息并发送各种数据(屏幕数据,命令反馈数据)到客户端监听程序 编码模块:负责对屏幕图像数据进行压缩编码。具体的编码方法有客户端决定。压缩选项包括霍夫曼压缩,多遍霍夫曼压缩,RunLength编码,RunLength-霍夫曼组合编码及不压缩 主框架模块:负责处理server端窗口消息处理和映射 Client remote control所需模块如下: 网络模块:负责连接服务器端监听端口,向服务器发送命令(鼠标,键盘,网络消息等),接受服务器数据,在本级处理解压缩解码(屏幕数据,命令反馈数据),然后将图像数据显示在本机。 解码模块:压缩选项包括霍夫曼压缩,多遍霍夫曼压缩,RunLength编码,RunLength-霍夫曼组合编码及不压缩 主框架模块:负责处理client端窗口消息处理和映射
Platform: | Size: 166912 | Author: 王磊 | Hits:

[Remote ControlClient

Description: 远程控制客户通过象服务器端发出请求,服务器接受请求,从而实现对服务器的控制。-Remote Control client through the server-side as a request, the server accepted the request to the server in order to achieve control.
Platform: | Size: 80896 | Author: | Hits:

[Remote Controlremote

Description: 实行远程控制,实际上就是一个服务器程序(以下简称被控程序)和一个客户程序(以下简称主控程序):被控方即为服务器程序,它监听客户的请求,并作出处理;主控方即为客户程序,它连接上服务器后,发出自己的请求,服务器便根据自已的请求进行不同的响应。初学者好好看看哦-Implementation of remote control, in fact, is a server program (hereinafter referred to as charged with the procedure) and a client (hereinafter referred to as the master program): the accused is a server side program that monitor client requests, and handle master side is the client, it connected to the server, to issue its own request, the server will be in accordance with their own response to different requests. Beginners a good look at Oh
Platform: | Size: 5120 | Author: 吴地明 | Hits:

[Internet-Networkcontrol

Description: 实现局域网内的远程控制,客户端对服务端实现完全控制-LAN realize remote control, client service to achieve complete control of client
Platform: | Size: 2285568 | Author: toilet | Hits:

[Remote ControlNetBar1

Description: 1.通过以下过程:需求分析、E-R模型、关系模型分析,在数据库中构建数据库、表或视图,熟悉数据库开发流程; 2.系统的主要功能包括: [1]客户端开机自动琐定,输入帐号、密码后进行验证登陆并开始计费。或控制端远程解锁上机。 [2].控制端能够对上网的客户端进行远程控制,比如:远程关机、注销、锁定、远程结帐后又自动锁定计算机等功能。 [3)能对客户端发送消息。 [4)客户端在上机过程中能够随时查看消费状态,比如:预缴金额、上机时间、上机金额等。 -1. Through the following process: needs analysis, ER model, relational model analysis, in the database to build a database table or view, familiar with the database development process 2. Core functions of the system include: [1] client boot automatically suo set, enter the account number, password authentication after landing and begin billing. Or control to unlock on the remote client machine. [2]. To be able to control client access to the Internet for remote control client, such as: remote shutdown, write-off, lock, remote checkout and then automatically lock the computer functions. [3] the client can send a message. [4] the client machine in the process at any time be able to view the consumer state, such as: pre-paid amount of time on the machine, on the amount of such machines.
Platform: | Size: 2048 | Author: 贾凯 | Hits:

[Windows DevelopshykVC

Description: 名称: 守侯---远控客户端 (V1.1.0.188) 本软件仅供学习交流使用。 如用本程序于非法用途所导致的后果自负,与作者无关 ************************************************************************************************* 简介 本套代码为开源远程控制类型软件测试版本,主要目的学习及交流远控技术. 功能概括 1. 远程屏幕查看及控制,录制远程屏幕到本地AVI文件及保存本地图片. 2. 远程摄象头管理,录制远程摄象头到本地AVI文件及监听远程语音. 3. 远程文件管理 4. 远程进程管理 5. 远程服务管理 6. 远程窗口管理 7. 远程命令行管理 8. 远程键盘记录 9. DDOS模块简单模拟 10. 远程3322动态域名上线测试-守侯--- Remote Control Client (V1.1.0.188) This software only communicate using the study. Such as the procedures used in the illicit use of which resulted in conceited, had nothing to do with the author ************************************************************************************************* Brief introduction The sets of open source code for the type of remote control software, test version, the main purpose of study and communicate much control technology. Feature summary 1. Remote screen view and control remote screen recording to a local AVI file and save the local picture. 2.摄象头remote management, remote recording摄象头to a local AVI file and monitor remote voice. 3. Remote File Management 4. Remote Process Management 5. Remote Services Management 6. Remote window manager 7. A remote command-line management 8. Remote keyloggers 9. DDOS easy simulation module 10. Remote 3322 domain names on-line dynamic
Platform: | Size: 1097728 | Author: 许凤 | Hits:

[Remote ControlInsider-2.3.1

Description: 一个概念性的WIN32的反弹式后门程序。客户端可以穿 越HTTP代理服务器连接到服务器端。 也可以当远程控制程序使用.-A conceptual WIN32 rally-style backdoor. The client to pass through the HTTP proxy server to connect to the server side. When the remote control program can also be used.
Platform: | Size: 62464 | Author: x5a4d | Hits:
« 12 3 4 5 6 7 8 9 10 ... 26 »

CodeBus www.codebus.net